C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(String[]) Method
Array containing the file names of the entries to be added to the zip file.

In This Topic
Add(String[]) Method
In This Topic
Adds a list of entries to the current zip file.
Syntax
Public Overloads Sub Add( _
   ByVal fileNames() As String _
) 

Parameters

fileNames
Array containing the file names of the entries to be added to the zip file.
See Also